home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utmisc1 / glosstsk.lha / GlossTask1_70DEMO / Install_floppyonly_users < prev    next >
Text File  |  1996-03-28  |  462b  |  22 lines

  1. ; GlossTask install config-file for floppy users
  2. ; Håkan Parting 28 Jan 1996
  3.  
  4. (working "Setting up installation. Please wait...")
  5.     (run "copy s to ram:s ALL")
  6. (complete 10)
  7.  
  8. (working "Installing GlossTask.config-file")
  9. (copyfiles
  10.     (prompt "Installing config-file to S: directory")
  11.     (help @copyfiles-help)
  12.     (source (cat "ram:s/GlossTask.config" ))
  13.     (dest "S:")
  14.     (confirm)
  15. )
  16.  
  17. (complete 90)
  18. (working "Cleaning up..")
  19.     (run "delete ram:s all")
  20. (complete 100)
  21. (exit)
  22.